-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: cross compile darwin builds #21326
Conversation
|
Yeah, CRT does the binary signing. Sounds like this verify step wouldn't have caught the previous DNS issue anyway since it is only checking the version. |
83df979
to
eefed40
Compare
@DanStough, a backport is missing for this PR [21326] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
1 similar comment
@DanStough, a backport is missing for this PR [21326] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
Description
For cost reasons, we can cross-compile macos binaries on linux. Historically we didn't do this because of a problem with Go that has since been resolved: #3267.
This step removes the verification of Darwin binaries. I believe this is acceptable since the vast majority of users and on Linux and Windows. Developers will naturally test the Darwin build during the development cycle.